Windowable.move

Move the window to coordinate.

Coordinate system based upon Top left corner of screen. Does not support screens (could be moved outside main screen). Coordinates can be negative, but is dependent upon the OS.

interface Windowable
@property
void
move
(
int x
,
int y
)

Parameters

x int

The x coordinate to move to

y int

The y coordinate to move to

Meta